GET INI SECTION LINE
This function returns a string that contains an entire line in a given section by its index. The Index value ranges from 0 to INI KEY COUNT() - 1.

ARGUMENTS:
* Ini Number = a Ini number that identifies the INI file (1 to 256)
* Section Name = name of the section
* Index = index of the key

RETURNS:
The line of the section.


SYNTAX
Return String=GET INI SECTION LINE(Ini Number,Section Name,Index)


RELATED INFO
View INI Files Index
View STYX Index
View STYX Main File